Termination Proof Script

Consider the TRS R consisting of the rewrite rules
1:    f(a,f(b,x))  → f(b,f(a,x))
2:    f(b,f(c,x))  → f(c,f(b,x))
3:    f(c,f(a,x))  → f(a,f(c,x))
There are 6 dependency pairs:
4:    F(a,f(b,x))  → F(b,f(a,x))
5:    F(a,f(b,x))  → F(a,x)
6:    F(b,f(c,x))  → F(c,f(b,x))
7:    F(b,f(c,x))  → F(b,x)
8:    F(c,f(a,x))  → F(a,f(c,x))
9:    F(c,f(a,x))  → F(c,x)
The approximated dependency graph contains one SCC: {4-9}.
Tyrolean Termination Tool  (0.10 seconds)   ---  May 3, 2006